*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 14 Nov 2002 11:44:03 +0000 (11:44 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 14 Nov 2002 11:44:03 +0000 (11:44 +0000)
lisp/ChangeLog
src/ChangeLog

index 7803d4f6ae46c4460757b65fa52c41126c442a65..8691efeb0c0ffb0968f98285f67692c26b5d5596 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-14  Kim F. Storm  <storm@cua.dk>
+
+       * files.el (mode-name): Mark it as risky-local-variable like the
+       other mode-line elements (moved from bindings.el).
+
+       * bindings.el (mode-name): Moved mark as risky-local-variable to
+       files.el. 
+
 2002-11-14  Juanma Barranquero  <lektu@terra.es>
 
        * gud.el: Fix feature name in `provide'.
index d976687ad4085aa0ba35aa48d50b15c668526f54..0086413e45357efe5a0032fcc3d02a140a75661d 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-14  Kim F. Storm  <storm@cua.dk>
+
+       * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
+       dependency on `risky-local-variable' and the :propertize form.
+
 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
 
        * syntax.c (scan_sexps_forward): Undo last patch.